2005-06-09 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkwidget.c (gtk_widget_set_app_paintable): Add docs.
+ (#306212, Steve Chaplin, docs provided by Billy Biggs)
+
* gtk/gtktextbtree.c (_gtk_text_btree_char_is_invisible): Small
cleanup. (#305539, Paolo Borelli)
2005-06-09 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkwidget.c (gtk_widget_set_app_paintable): Add docs.
+ (#306212, Steve Chaplin, docs provided by Billy Biggs)
+
* gtk/gtktextbtree.c (_gtk_text_btree_char_is_invisible): Small
cleanup. (#305539, Paolo Borelli)
2005-06-09 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkwidget.c (gtk_widget_set_app_paintable): Add docs.
+ (#306212, Steve Chaplin, docs provided by Billy Biggs)
+
* gtk/gtktextbtree.c (_gtk_text_btree_char_is_invisible): Small
cleanup. (#305539, Paolo Borelli)
}
}
+
+/**
+ * gtk_widget_set_app_paintable:
+ * @widget: a #GtkWidget
+ * @app_paintable: %TRUE if the application will paint on the widget
+ *
+ * Sets the app-paintable property to indicate to the widget that the
+ * application intends to paint directly on the widget.
+ *
+ **/
void
gtk_widget_set_app_paintable (GtkWidget *widget,
gboolean app_paintable)